home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir42 / dfdset.zip / DOC / PRINTING.DOC < prev    next >
Text File  |  1993-12-30  |  3KB  |  75 lines

  1. Printing styles and tips:
  2.  
  3. Sections follow to discuss printing for the following styles
  4.     Epson and compatible printers
  5.     Postscript printing
  6.     Print screen TSRs
  7.     HP Laserjet support
  8.  
  9. Epson command compatible printers
  10.  
  11.   If you have this sort of printer, you probably want the following 2
  12.   lines in your CONFIG.GED file:
  13.     PRINTER PORT = LPT1:
  14.     PRINTER MODE = -2
  15.   These lines specify that the printer is on parallel port 1, and that GED
  16.   should select the right resolution for printing.
  17.  
  18.   Use Control-P, NOT Shift-Print Screen to initiate printing.
  19.  
  20. The HP Laserjet
  21.  
  22.   Native HP support has been provided in minor release 1.05.
  23.  
  24.   If you have this sort of printer, you probably want the following 3
  25.   lines in your CONFIG.GED file:
  26.     PRINTER TYPE = HP
  27.     PRINTER PORT = LPT1:
  28.     PRINTER MODE = -2
  29.   These lines specify that your HP printer is on parallel port 1, and that 
  30.   GED should select the right resolution for printing.
  31.  
  32.   Use Control-P, NOT Shift-Print Screen to initiate printing.
  33.  
  34. PostScript Printers
  35.  
  36.   If you wish output to go directly to a PostScript printer, and do not
  37.   have a print-screen driver installed, it is probably best to leave out
  38.   all lines in CONFIG.GED referring to printers.  This will assume an INT5
  39.   sort of driver which will be ignored if one is not installed.
  40.  
  41.   Postscript printing is usually done outside a GED session.  To print a
  42.   tree of diagrams, one would normally issue commands like:
  43.     GEDPS -f diagrams.ps -1*
  44.     PS -P1 diagrams.ps
  45.   The first command takes the contents of the entire DFD tree and places
  46.   them in DIAGRAMS.PS.
  47.   The second command outputs the diagrams to a Postscript printer on COM1.
  48.   If your printer is on a network or parallel port, you may use the usual 
  49.   DOS PRINT command to print your diagrams.
  50.  
  51.   If you wish to use the diagrams in a desktop publisher, such as Ventura
  52.   Publisher, you must not put more than 1 diagram in a file (otherwise
  53.   they will all print atop one another).  Also, you must consider whether
  54.   your document will be landscape or portrait; GEDPS defaults to
  55.   landscape, but the -r flag will change the diagram to portrait mode.
  56.  
  57. Print Screen TSRs
  58.  
  59.   Many printer manufacturers, and many programs, provide TSRs for
  60.   capturing or printing screen images.  GED works with most of these.
  61.   The mechanism most vendors have standardized on is the use of Interrupt
  62.   5, often abbreviated as INT5, to support these TSRs.
  63.  
  64.   If you are running such a TSR (Capture, by Inset systems; FRIEZE by
  65.   ZSoft; GRAB in WordPerfect; and a host of others), you should configure 
  66.   GED with the following line in CONFIG.GED:
  67.     PRINTER MODE=-1
  68.   You should print as usual from GED, by using the Control-P (print)
  69.   function.  Using the Shift-PrintScreen key will work, but will not give
  70.   GED a chance to erase the cursor and clean any error messages from the
  71.   screen.  When the cursor returns, printing is complete.
  72.  
  73.   See CAPTURE.DOC for some specific product suggestions.
  74.  
  75.